Skip to content

chore(deps): bump modal from 0.64.192 to 0.72.58#425

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.72.58
Closed

chore(deps): bump modal from 0.64.192 to 0.72.58#425
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/modal-0.72.58

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 30, 2025

Bumps modal from 0.64.192 to 0.72.58.

Changelog

Sourced from modal's changelog.

Changelog

This changelog documents user-facing updates (features, enhancements, fixes, and deprecations) to the modal client library. Patch releases are made on every change.

The client library is still in pre-1.0 development, and sometimes breaking changes are necessary. We try to minimize them and publish deprecation warnings / migration guides in advance, typically providing a transition window of several months.

We appreciate your patience while we speedily work towards a stable release of the client.

Latest

0.72.56 (2025-01-28)

  • Deprecated .lookup methods on Modal objects. Users are encouraged to use .from_name instead. In most cases this will be a simple name substitution. See the 1.0 migration guide for more information.

0.72.54 (2025-01-28)

  • Fixes bug introduced in v0.72.48 where modal run didn't work with files having global Function.from_name()/Function.lookup()/Cls.from_name()/Cls.lookup() calls.

0.72.48 (2025-01-24)

  • Fixes a CLI bug where you couldn't reference functions via a qualified app, e.g. mymodule::{app_variable}.{function_name}.
  • The modal run, modal serve and modal shell commands get more consistent error messages in cases where the passed app or function reference isn't resolvable to something that the current command expects.
  • Removes the deprecated __getattr__, __setattr__, __getitem__ and __setitem__ methods from modal.App

0.72.39 (2025-01-22)

  • Introduced a new public method, .hydrate, for on-demand hydration of Modal objects. This method replaces the existing semi-public .resolve method, which is now deprecated.

0.72.33 (2025-01-20)

  • The Image returned by Sandbox.snapshot_filesystem now has object_id and other metadata pre-assigned rather than require loading by subsequent calls to sandboxes or similar to set this data.

0.72.30 (2025-01-18)

  • Adds a new oidc_auth_role_arn field to CloudBucketMount for using OIDC authentication to create the mountpoint.

... (truncated)

Commits
  • cbac0d8 [auto-commit] [skip ci] Bump the build number
  • 3d3a9d8 Add timeout to sandbox snapshot task id retrieval (#2821)
  • 81941c2 [auto-commit] [skip ci] Bump the build number
  • 923a504 Allow lazy hydration after Mount.from_name (#2818)
  • a08dbb9 [auto-commit] [skip ci] Bump the build number
  • 14e9043 Deprecate .lookup methods on Modal objects (#2812)
  • e73be9c [auto-commit] [skip ci] Bump the build number
  • 0503a38 Add wait_until_ready=True to sandbox snapshot task id retrieval (#2816)
  • a1441db [auto-commit] [skip ci] Bump the build number
  • 45c6c6b Fix and test for Function.from_name in module scope preventing modal run [CLI...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [modal](https://github.com/modal-labs/modal-client) from 0.64.192 to 0.72.58.
- [Changelog](https://github.com/modal-labs/modal-client/blob/main/CHANGELOG.md)
- [Commits](modal-labs/modal-client@v0.64.192...v0.72.58)

---
updated-dependencies:
- dependency-name: modal
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 30, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 31, 2025

Superseded by #435.

@dependabot dependabot bot closed this Jan 31, 2025
@dependabot dependabot bot deleted the dependabot/pip/modal-0.72.58 branch January 31, 2025 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants